body {
  overflow-x: hidden;
  font-family: 'Playfair Display', serif;
}

.fa-angle-left, .fa-angle-right {
  color: black !important;
}

.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #bdbdbd;
    left: 15px;
    z-index: 100;
}

.my-float {
    margin-top: 10px;
}

/* Navbar */
.custom-nav {
  background-color: #fff !important;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin-top: 22px;
}

.nav-link {
  color: black !important;
  font-size: 16px;
  font-weight: 500;
  padding-right: 2rem !important;
}

.breadcrumb {
  font-family: 'Playfair Display', serif;
  display: flex;
  list-style: none;
  border-radius: 0;
}

.breadcrumb a {
  color: black;
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
}

/* Carousel */
.carousel-control-prev:hover {
  color: black;
}

.carousel-control-next:hover {
  color: black;
}

.carousel-control-prev {
  left: -60px !important;
}

.carousel-control-next {
  right: -60px !important;
}

.carousel-control-next,
.carousel-control-prev {
  color: black;
}

.custom-caption {
  background-color: white;
  color: black;
  right: 5%;
  left: 70%;
  text-align: left !important;
  width: 25%;
  bottom: 75%;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 10px solid green;
}

.custom-caption a {
  text-decoration: none;
}

.custom-caption p {
  font-weight: 400;
  font-size: 18px;
  color: black;
  margin-bottom: 0 !important;
}

@media (max-width:420px) {
  .custom-caption {
    bottom: 10%;
    left: 45%;
    width: 50%;
    padding: 5px 5px 5px 5px;
  }

  .custom-caption p {
    font-weight: 400;
    font-size: 14px;
    color: black;
  }
}

.fa-angle-left {
  color: black;
}

.fa-angle-right {
  color: black;
}

section {
  padding-top: 40px;
  padding-bottom: 20px;
}

.richtext p {
  text-align: justify;
}

/* section-a */
.section-a h2 {
  color: #f95711;
  width: 100%;
  text-transform: uppercase;
  font-size: 30px;
}


/* section-b */

/* left image block */
.left-col-img {
    /* height: 200px; */
    background: radial-gradient(#6e6e6e,#2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
    background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
    color: #fff;
    position: relative;
    overflow:hidden;
}

.left-col-img figure {
    position: absolute;
    text-align: left;
    padding: 10px 19px 19px 19px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    bottom: -80%;
    margin-bottom: 0px;
    transition: ease-in-out .5s;
}

.left-col-img:hover figure {
    bottom: 0px;
}

.left-col-img:hover figure h5 {
    margin-top: 70px;
}

.left-col-img figure h5{
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

/* left image block ends */

/* right block */
.top-block {
  background-color: #f7a32e;
  width: 100%;
  height: 100%;
}

.top-block a {
  text-decoration: none;
}

.bottom-block a {
  text-decoration: none;
}

.bottom-block {
  background-color: #04db7a;
  width: 100%;
  height: 100%;

}

.top-block p {
  width: 70%;
}

.bottom-block p {
  width: 70%;
}

.top-block::before, .top-block:after {
  white-space-collapse: collapse;
}

.top-block h4 {
  padding-left: 10%;
  padding-top: 2%;
  color: white;
}

.top-block p {
  padding-left: 10%;
  padding-bottom: 2%;
  color: white;
}

.bottom-block h4 {
  padding-left: 10%;
  padding-top: 2%;
  color: white;
}

.bottom-block p {
  padding-left: 10%;
  padding-bottom: 2%;
  color: white;
}

/* Counter */
.counter {
    background-color:#1E90CF;
    padding: 20px 0;
    border-radius: 5px;
    color: white;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: white;
}

.juridiction {
  color: #4ad1e5;
}

.stat-head {
  padding-bottom: 0 !important;
  margin-bottom: -5px !important;
}

.stat-head-hr {
  margin-left: 40%;
  margin-right: 40%;
  border: 1px solid #0A72EC;
  margin-bottom: 2rem;
}

.stat-head-hr::after {
  padding-bottom: 1rem;
}

/* section c */
.section-c {
  background-color: #1E90CF;
  color: #fff;
  padding-bottom: 10px;
}

.section-c h4 {
  padding-left: 40px;
  /* padding-top: 0px; */
}

.section-c p {
  padding-left: 40px;
}

.contact-form {
  width: 90%;
}

.contact-form input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 0.5px solid black;
}

.contact-form textarea {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 0.5px solid black;
  overflow:hidden;
}

.home-contact-btn {
  border: 1px solid white !important;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
}

.home-contact-btn:hover {
  background-color: white;
  color: black;
}

/* section-d */
.section-d h3 {
  text-align: center;
}

/* .sec-d-list {
  white-space:nowrap;
  height: 1em;
  width: 100%;
  text-align: center;
}

.sec-d-list li {
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
} */
.section-d ul {
  margin-left: 37%;
}

.nav-pills a {
  color: black;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px solid green !important;
}

.section-d li {
  padding: 10px 30px 20px 10px !important;
  text-transform: capitalize;
  /* border-bottom: 1px solid green; */
}


.rich-text a,u {
  text-decoration: none;
}

/* section-e */
.section-e {
  display: flex;
  padding-top: 20px;
}

.section-e .blog-section {
  width: 100%;
}

.blog-section a {
  text-decoration: none;
}

.blog-logo {
  width: 25px;
  height: 24px;
  margin-right: 10px;
}

.head-logo img {
  float: left;
}

.head-logo h6 {
  position: relative;
  left: 10px;
  color: #60dcf2;
}

.blog-section a {
  color: black;
}

.blog-section .blog-heading {
  padding-top: 10px;
}

.section-e .blank-space {
  width: 20px;
}

.section-e .case-study {
  height: 98%;
}

.case-study-block {
  background-color: #60dcf2;
  padding-left: 10px;
  padding-top: 10px;
}

.case-study-block h4 {
  padding-top: 20%;
  padding-bottom: 34.5%;
}


.case-study-block a {
  color: white;
  text-decoration: none;
}

/* Banner */
.banner {
  position: relative;
  font-family: Arial;
  width: 100%;
}

.banner img {
  height: 300px;;
  width: 100%;
}

.text-block h4 {
  font-family: 'Playfair Display', serif;
  position: absolute;
  bottom: 50%;
  left: 20px;
  background-color: white;
  color: black;
  padding: 10px 10px 10px 10px;
  border-left: 4px solid #50BFAD;
  font-weight: 300;
  font-size: 1rem;
  opacity: 0.5;
}

.para-block ol {
  position: absolute;
  bottom: 25%;
  left: 20px;
  background-color: white;
  color: black;
  padding: 10px 10px 10px 10px;
  border-left: 4px solid #F496AA;
  font-weight: 300;
  font-size: 0.9rem;
  opacity: 0.5;
}

/* About Page */
.feature h4 {
  text-transform: capitalize;
}

.feature-desc {
  padding-bottom: 15px;
}

.feature-desc p {
  padding-top: 5px;
  margin-bottom: 0.5rem;
  text-align: justify;
  font-size: 16px;
  width: 95%;
}

.approach {
  position: relative;
  font-family: Arial;
  width: 100%;
}

.approach img {
  height: 280px;;
  width: 100%;
}

.approach-head h4 {
  position: absolute;
  bottom: 65%;
  right: 40%;
  color: black;
  padding: 20px 20px 20px 20px;
  font-weight: bold;
  font-size: 1.3rem;
}

.approach-desc p {
  position: absolute;
  bottom: 45%;
  left: 46.5%;
  color: black;
  padding: 15px 20px 15px 20px;
  font-weight: bold;
  font-size: 0.9rem;
  text-align: justify;
}

@media (min-width: 300px) and (max-width:720px) {
  .approach-head h4 {
    bottom: 85%;
  }
  .approach-desc p {
    bottom: 50%;
    left: 8%;
  }

  .tabcontent {
    height: 257px !important;
  }
}

.mission-sec .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 180px;
}

@media (max-width:800px) {
  .team-title {
    text-align: center;
  }
}

/* Tabs */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: auto;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  border-bottom: 1px solid #c2c4c3;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 30px 15px 0 40px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 227px;
  font-size: 18px;
}

/* About Team */
.team {
  padding:60px 0 0;
  background-color: white;
}
h6.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}
.profile{
	margin-top: 25px;
}
.team-image .profile h1{
	font-weight: normal;
	font-size: 20px;
	margin:10px 0 0 0;
}
.team-image .profile h2{
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

.team-image .profile p{
	font-size: 10px;
	font-weight: lighter;
	margin-top: 5px;
  text-align: justify;
}

.profile .img-box {
	opacity: 1;
	display: block;
	position: relative;
  max-width: 280px;
}

.profile .img-box:after {
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.img-box ul {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li {
	-webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.img-box ul i {
	font-size: 20px;
	letter-spacing: 8px;
}

.img-box ul li {
	width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #0A72EC;
  margin: 2px;
  padding: 3px;
	display: inline-block;
}

.img-box a {
	color:#fff;
}

.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #04C6C4;
	color: #0A72EC;
}

.membre-dtls {
  color: black;
}

.membre-dtls h5 {
  font-size: 1rem;
}

.membre-dtls p {
  margin-bottom: 0px !important;
}

.membre-dtls:hover {
  text-decoration: none;
}

.member-details h5 {
  font-size: 1rem;
  padding-bottom: 10px;
}

.member-details p {
  margin-bottom: 0px !important;
  padding-top: 10px;
}

.social-link i {
  color: black;
}

.member-desc p {
  text-align: justify;
}

/* Contact Page */
.form-group {
  margin-bottom: 1.5rem !important;
}

.contact-form .form-control {
  border-radius: 0;
  height: 50px;
  border: 0;
  border-bottom: 1px solid black;
  width: 100%;
  padding-bottom: 30px !important;
}

.contact-form .select-dropdown {
  border: 1px solid black !important;
  padding-bottom: 0 !important;
  background: transparent;
  padding-top: 0;
}

.home-form .select-dropdown {
  color: white !important;
  border: 1px solid white !important;
}

.home-form .form-control {
  color: black;
  border-bottom: 1px solid white;
}

.home-form .form-control::placeholder {
  color: white;
}

.contact-submit-btn {
  border-bottom: none !important;
  background-color: #0069D9 !important;
  color: white !important;
  font-size: 20px;
  font-weight: bold;
  padding: .5rem !important;
}

.cont-head {
  width: 80%;
}

.mail-adrs {
  background-color: #1E90CF;
  color: #fff;
  width: 100%;
}

.mail-adrs h6 {
  padding-top: 0.5rem !important;
  padding-left: 0.5rem !important;

}

.mail-adrs p {
  padding-left: 10px;
  margin-bottom: 0.5rem;
  max-width: 80%;
}

/* Blog Page */
.blog-index-title {
  font-size: 18px;
  font-weight: 500;
}

.blog-index-title a {
  text-decoration: none;
}

.blog-body p {
  text-align: justify;
}

.blog-body img {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Service */
.service-offering p {
  text-align: justify;
}

.service-offering img {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
}

.service-offering a {
  text-decoration: none;
}

.collapsible {
  background-color: #edeaea;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  padding-top: 4px;
  height: 70px;
}

.collapsible:focus {
  outline: none;
}

.collapsible:after {
  content: '\002B';
  color: #000000;
  font-size: 40px;
  float: right;
  margin-left: 5px;
  margin-top: -55px;
}

.collapsible h5 {
  /* padding-left: 10%; */
  padding-top: 2%;
}

.faq-border .active:after {
  content: "\2212";
}

.faq-content {
  padding: 0 2%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #000000;
  font-size: 16px;
}

.faq-border {
  border-top: 1px solid #E7EBF6;
}

.faq-border-bottom {
  border-bottom: 1px solid #E7EBF6;
}

@media (ax-width:768px) {
  .faq-section .row {
    padding-left: 2%;
  }

}

.our-approach {
  max-width: 100%;
  height: 300px;
}

@media (max-width:500px) {
  .our-approach {
    height: auto;
  }

  .approach-text {
    margin: 2% 2% 2% 2% !important;
  }
}

.approach-text {
  margin: 0 2% 2% 50%;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: justify;
}

.service-case {
  background-color: #efeded;
}

.service-case h6 {
  padding: 20px 20px 0 30px;
}

.service-case p {
  padding: 0 20px 0 30px;
  text-align: justify;
  width: 85%;
}

.read-more {
  padding-left: 30px !important;
  padding-bottom: 30px;
  font-weight: bold;
}

.service-contact-btn {
  background-color: #f1f1f1 !important;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 1.5rem 1rem !important;
}

.card-text p {
  text-align: justify;
}

/* Footer */
.copyright-text {
  font-size: 12px;
}

.social-logo {
  width: 60px;
  height: 40px;
}

.testimonial-footer {
  color: black !important;
  text-decoration: none !important;
}

.privacy-text p {
  text-align: justify;
  display:
}
